Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

history colouring #50

Merged
merged 4 commits into from
Nov 15, 2023
Merged

history colouring #50

merged 4 commits into from
Nov 15, 2023

Conversation

bownie
Copy link
Contributor

@bownie bownie commented Nov 15, 2023

Wanted to know what ball I needed to pot next and this seemed the neatest way. It doesn't work for multiple pots of different colours yet so this is perhaps more food for thought right now than anything else.

Copy link

sonarcloud bot commented Nov 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (107a675) 98.27% compared to head (2c14c5c) 98.27%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          71       71           
  Lines        2721     2723    +2     
  Branches      319      320    +1     
=======================================
+ Hits         2674     2676    +2     
  Misses         47       47           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

var colourString = "#000000"
if (balls.length > 0) {
balls.forEach(element => {
colourString = "#" + element.ballmesh.color.getHexString()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quite a find fishing that out.

@tailuge tailuge merged commit d9cb62d into tailuge:master Nov 15, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants